Skip to main content

AppConfig

Index

ColumnColumn
AppConfig.appOptionsAppConfig.appUrl
AppConfig.chartAppAccessTokenAppConfig.dateFormatsConfig
AppConfig.localeOptionsAppConfig.styleConfig

Properties

appOptions

appOptions: {isDebugMode?: boolean , isLiveboardContext?: boolean , isMobile?: boolean , isPrintMode?: boolean }

Optional

Parameters

isDebugMode

isDebugMode: boolean

Optional

isLiveboardContext

isLiveboardContext: boolean

Optional

isMobile

isMobile: boolean

Optional

isPrintMode

isPrintMode: boolean

Optional

appUrl

appUrl: string

Optional

App url for the custom chart application where the chart app is hosted. This helps the chart developer to access app artifacts relative to this url. There can be different build systems that developers may have used and different ways to host the same. This helps in resolving the same.

chartAppAccessToken

chartAppAccessToken: string

Optional

Unique identifier for the customer. This can be used as a way to maintain licensing by the third party developer

dateFormatsConfig

dateFormatsConfig: ChartSdkDateFormatsConfig

Optional

localeOptions

localeOptions: {locale: string , quarterStartMonth: string , sessionTimezone: string }

Optional

Parameters

locale

locale: string

quarterStartMonth

quarterStartMonth: string

sessionTimezone

sessionTimezone: string

styleConfig

styleConfig: ChartSdkCustomStylingConfig

Optional